home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 May / EnigmA AMIGA RUN 27 (1998)(G.R. Edizioni)(IT)[!][issue 1998-05].iso / earcd / cybergfx3 / changes.txt < prev    next >
Text File  |  1998-03-05  |  18KB  |  449 lines

  1. revision history for archive rev 70
  2.  
  3.  
  4. cgxsystem.library
  5. =================
  6.  
  7. Changes for 41.19 (r70a archive)
  8.  
  9. - added support for boundary aligned CyberGraphX bitmaps (e.g. required by
  10.   Fusion)
  11. - added new feature. If the mode you selected in ScreenMode prefs is not
  12.   available when the Workbench screen is opened, CyberGraphX tries to
  13.   find a replacement mode. If wb width and height were set to default
  14.   mode dimensions, it uses a width of 640 and height of 480 by default.
  15. - fixed a bug in the BltBitmap()/graphics minterm 0xc0 planar->planar
  16.   code introduced in 41.18. blits with a width less than 32 did not work
  17.   when both source and dest x were on a 32 pixel boundary
  18. - added coordinate sanity checks to CyberGraphX's graphics.library/Draw()
  19.   function since programs like VisualPrefs seem to call it with invalid
  20.   (negative) coordinates which caused memory havoc in certain cases.
  21.  
  22.  ADDITIONAL NOTE: Some people reported that increasing stack size of the
  23.  initial shell fixes certain boot problems. Try to add a stack command
  24.  in the startup-sequence to check if it fixes anything.
  25.  Also, there seems to be mount related problem with certain drivers that
  26.  causes some systems to halt at boot time.
  27.  The c:mount command does enforcer hits when there is no tooltype set
  28.  for .info files in devs:dosdrivers. Unfortunately this can lead to a
  29.  total system deadlock in certain cases. The AHI audio driver for example
  30.  does not have ACTIVATE=(0|1) in its .info file and mounting it causes hits
  31.  in most cases.
  32.  Please fix it and check if booting the system works again without problems
  33.  in case of any trouble.
  34.  
  35. Changes for 41.18 (r70/PPC-CD archive)
  36.  
  37. - minor changes for the CGX AGA release
  38.  
  39. Changes for 41.17 (r69f archive)
  40.  
  41. - fixed a long outstanding bug in the display mode installation code for
  42.   OS 3.1. This bug could lead to loss of AGA/ECS mode monitor IDs when
  43.   multiple graphics cards were installed in the system.
  44. - cgxsystem.library.ppc now falls back into 040/060 mode if ppc.library
  45.   can not be found.
  46. - FillPixelArray()/cybergraphics does not trash register D2 anymore when
  47.   rendering to a non layered rastport
  48.  
  49.  ADDITIONAL NOTE: If you experience any problems with cgxsystem.library.ppc
  50.  please try the .040 version first to check if it solves your trouble 
  51.  before reporting any bugs.
  52.  
  53. Changes for 41.16 (r69e archive)
  54.  
  55. - changed behaviour of custom bitmap support code for OpenScreenTagList()/
  56.   intuition introduced in 41.15. This should  fix some problems with programs
  57.   like Resource or CyberView which pass a custom bitmap to OpenScreenTagList()
  58. - added CyberGraphX support for AllocScreenBuffer()/ChangeScreenBuffer()/
  59.   FreeScreenBuffer() intuition calls
  60. - GetBitMapAttr(bm,BMA_FLAGS)/graphics now sets the BMF_DISPLAYABLE flag
  61.   for CyberGraphX displayable bitmaps
  62. - fixed some problems in DrawEllipse()/graphics with overlapping pixels in
  63.   complement drawing mode
  64. - OpenScreenTagList()/intuition cleared the SA_ErrorCode long field in some
  65.   cases although the screen was not opened properly. (-> e.g. CygnusED's
  66.   Spawn new CED option never opened a new screen but a window because it
  67.   always got an errorcode of 0)
  68. - OpenScreenTagList()/intuition now uses the width/height parameters of the
  69.   NewScreen structure instead of ignoring it and using the default dimensions.
  70. - The mouse pointer should not jump around anymore if someone tries to drag a
  71.   non draggable screen (if driver has dragging disabled). Fix requires latest
  72.   drivers also
  73. - fixed an enforcer hit problem that occured in conjunction with the SysLock
  74.   utility
  75.  
  76. Changes for 41.15 (r69d archive)
  77.  
  78. - hopefully fixes the crash problems introduced in r69c
  79. - removed some debug output in the DoCDrawMethodTags()/cybergraphics call
  80.   which was in r69c/41.14
  81.  
  82. Changes for 41.14 (r69c archive)
  83.  
  84. - There is now a special ppc version of cgxsystem.library included. Please use
  85.   that if you have a ppc accelerator card.
  86. - flood fill algorithm replaced by a faster version which leads to faster icon
  87.   redrawing in certain cases
  88.  
  89.  
  90. cgxvideo.library
  91. ================
  92.  
  93. Changes for 41.10 (r69 archive)
  94.  
  95. - removed all CVision3D hardware dependencies. Instead it uses a generic CGX3
  96.   driver VStream API now. Make sure you have the latest drivers installed when
  97.   you use this library.
  98.  
  99. - added support for GIMMEZEROZERO windows
  100.  
  101. Changes for 41.8 (r67 archive)
  102.  
  103. - minor internal changes 
  104.  
  105. Changes for 41.7 (r64 archive)
  106.  
  107. - added new source types SRCFMT_RGB15 and SRCFMT_RGB16 to allow for rgb
  108.   color space overlays
  109.  
  110. Changes for 41.6 (r63 archive)
  111.  
  112. - added new tag VOA_UseBackFill to allow for automatic backfill of simple
  113.   refresh layers when the color keying option is used.
  114.  
  115. Changes for 41.5 (r58 archive)
  116.  
  117. - cgxvideo.library does not allow to create overlay on interlace screens
  118.   anymore
  119. - Fixed problem with wrong mousepointer colours when overlay was enabled.
  120.   This fix requires at least CVision3D driver V2.2
  121. - fixed a bug with 15/16/24 bit opaque overlays
  122. - added color keying support.
  123. - New tag VOA_UseColorKey for CreateVLayerHandleTags() call added
  124. - New tags VOA_ColorKeyPen and VOA_ColorKey for GetVLayerAttr() call
  125.   added
  126.  
  127.  
  128. cgxbootpic.library
  129. ================
  130.  
  131. Changes for 41.7 (r69 archive)
  132.  
  133. - fixed a mismatched free mem size in image decoder
  134.  
  135. Changes for 41.6 (r58 archive)
  136.  
  137. - library now correctly supports library expunge which safes some memory
  138.   after system boot.
  139.  
  140. Changes for 41.5 (r56 archive)
  141.  
  142. - initial public release
  143.  
  144.  
  145. CV64 driver
  146. ===========
  147.  
  148. Changes for 2.10 (r70a archive)
  149.  
  150. - The driver added an additional, faulty screenmode to the mode list in some
  151.   weird cases. Now fixed
  152. - Fixed an illegal memory access in the acceleration code for patterned mask
  153.   fills (e.g. used by colorwheel gadget)
  154. - If the BOOTLOGO is enabled the driver now automatically switches to Amiga
  155.   video again after the logo is displayed for 8 seconds (requires that CV64
  156.   VGA input is connected to amiga video output of course). You had to use
  157.   LAMIGA-m after 8 seconds manually before to switch to the amiga video.
  158. - added support for boundary aligned video maps in DRAGGING=OFF mode 
  159.   (e.g. required by Fusion). Requires at least cgxsystem.library 41.19
  160.  
  161. Changes for 2.9 (r69f archive)
  162.  
  163. - modified MOVE16 bitmap swap in/out code to workaround a bug in certain
  164.   040 accelerator cards.
  165. - fixed a potential race condition when an interrupt occured, the int handler
  166.   was already installed but the hardware was not initialized completely.
  167. - (YES|NO) is also accepted for the BOOTLOGO tooltype now instead of (1|0)
  168. - reenabled roxxler support. There is now an additional tooltype
  169.   USEROXXLER=(YES|NO) to disable roxxler manually. Default is enabled.
  170.  
  171. Changes for 2.8 (r69e archive)
  172.  
  173. - added os3 style doublebuffer support. Only works with dragging disabled
  174.   (tooltype DRAGGING=NO), otherwise any attempt to allocate a dbufinfo will
  175.   fail. Requires at least cgxsystem.library 41.16
  176.  
  177. Changes for 2.7 (r69c archive)
  178.  
  179. - the driver does not crash with divide by zero anymore at startup if modes
  180.   with pixelfrequencies less than 12.5 mhz or higher than 135mhz are loaded
  181.  
  182. Changes for 2.6 (r69 archive)
  183.  
  184. - added bitblit acceleration for some occasionally used minterms
  185. - added 2 new driver calls
  186. - fixed a problem in the bitmap swap code for interleaved bitmaps <= 16 cols
  187. - the memory management code now uses a first in/first out mechanism for
  188.   bitmaps
  189. - fixed a bug in the memory management code that only occured while mungwall
  190.   was running
  191. - driver recompiled with SAS/C 6.58 and global optimizer enabled
  192. - modified init code to workaround a bug of certain boards (int level is set
  193.   to 6 although it is programmed to 2 which could lead to lockups at startup).
  194. - fixed a bug in patterned masked fill acceleration code for rgb screens
  195.   that was introduced in 2.5 (fixes a problem with colorwheel on rgb screens)
  196.  
  197.  
  198.  
  199. CV3D driver
  200. ===========
  201.  
  202. Changes for 2.16 (r70a archive)
  203.  
  204. - The driver added an additional, faulty screenmode to the mode list in some
  205.   weird cases. Now fixed
  206. - If the BOOTLOGO is enabled the driver now automatically switches to Amiga
  207.   video again after the logo is displayed for 8 seconds (of course requires 
  208.   cv3d scandoubler output). You had to use LAMIGA-m after 8 seconds manually
  209.   before to switch to the amiga video.
  210. - added support for boundary aligned video maps in DRAGGING=OFF mode 
  211.   (e.g. required by Fusion). Requires at least cgxsystem.library 41.19
  212.  
  213. Changes for 2.15 (r69f archive)
  214.  
  215. - modified MOVE16 bitmap swap in/out code to workaround a bug in certain
  216.   040 accelerator cards
  217. - fixed a potential race condition when an interrupt occured, the int handler
  218.   was already installed but the hardware was not initialized completely.
  219. - reenables draggable screens again that were accidentally disabled in 2.14
  220.   even if tooltype DRAGGING was set to "YES"
  221. - fixed a bug in the PLL table code introduced in r67 (v2.10). display modes
  222.   that were defined with a pixelclock > 121MHz always used a maximum pixelclock
  223.   of 121MHz really
  224. - (YES|NO) is also accepted for the BOOTLOGO tooltype now instead of (1|0)
  225.  
  226. Changes for 2.14 (r69e archive)
  227.  
  228. - added os3 style doublebuffer support. Only works with dragging disabled
  229.   (tooltype DRAGGING=NO), otherwise any attempt to allocate a dbufinfo will
  230.   fail. Requires at least cgxsystem.library 41.16
  231. - Overlay in 15bit rgb modes enabled RGB16 for the primary stream. Now the
  232.   colours are correct for 15bit overlay screens
  233.  
  234. Changes for 2.13 (r69c archive)
  235.  
  236. - added new tooltype called MULTIMEDIAMEM=(YES|NO) which enables/disables
  237.   the multimedia extensions like video overlay and 3d. If disabled, extension
  238.   memory is used as extra video memory for amiga bitmaps/screens.
  239.  
  240. Changes for 2.12 (r69 archive)
  241.  
  242. - added bitblit acceleration for some occasionally used minterms
  243. - added support for generic CGX3 driver video stream API. cgxvideo.library 41.10
  244.   uses the new interface.
  245. - removed an obsolete debug output that could appear with a certain interrupt
  246.   state
  247. - added 2 new driver calls
  248. - fixed a problem in the bitmap swap code for interleaved bitmaps <= 16 cols
  249. - The version string of the driver now gives info on the zorro version it
  250.   is compiled for instead of the cpu version
  251. - the memory management code now uses a first in/first out mechanism for
  252.   bitmaps
  253. - fixed a bug in the memory management code that only occured while mungwall
  254.   was running
  255. - driver recompiled with SAS/C 6.58 and global optimizer enabled (only for Z3
  256.   version)
  257.  
  258.  
  259. Cirrus Logic drivers
  260. ====================
  261.  
  262. Cirrus 2.7 (r70a archive)
  263.  
  264. - The driver added an additional, faulty screenmode to the mode list in some
  265.   weird cases. Now fixed
  266. - added support for boundary aligned video maps in DRAGGING=OFF mode 
  267.   (e.g. required by Fusion). Requires at least cgxsystem.library 41.19
  268. - The PicassoIV driver does not try to enable the flickerfixer anymore
  269.   if the tooltype PASSTHROUGH is set to NO
  270.  
  271. Cirrus 2.6 (r69f archive)
  272.  
  273. - modified MOVE16 bitmap swap in/out code to workaround a bug in certain
  274.   040 accelerator cards.
  275. - reenabled DPMS support functionality for PicassoII,Spectrum,PiccoloZ2/Z3
  276.   cards egain
  277. - PiccoSD64/Piccolo 15/16bit<->8bit format conversions were incorrect for
  278.   dragged screens. Fixed
  279. - (YES|NO) is also accepted for the BOOTLOGO tooltype now instead of (1|0)
  280. - fixed some PIV flickerfixer related problems
  281.  
  282. ADDITIONAL NOTE: Starting with r69e, a PicassoIV driver is included although
  283. it was originally planned to be released with the r70 archive. This driver
  284. is not 100% in some respects although it should work ok for most stuff. It
  285. has been included to show that this driver is neither a hoax, nor that it is
  286. "phase5 tactics" to delay the driver and release r69a-zz archives until r70
  287. is out. Keep in mind that CGX3 is a freebie and so is the PIV driver.
  288. Development of the driver has been and is actually in no way supported by
  289. VillageTronic. If you don't feel comfortable with the driver, don't use it.
  290. Bug reports are appreciated nevertheless.
  291.  
  292. KNOWN PROBLEMS: With CGX3, some PicassoII users reported strange "fuzzy" pixel
  293. problems when displaying fonts on 15/16 bit screens. Since this only happens
  294. on certain cards, its very hard to reproduce and to track down. We hope to
  295. fix it in a future release.
  296.  
  297. Cirrus 2.5 (r69e archive)
  298.  
  299. - added os3 style doublebuffer support. Only works with dragging disabled
  300.   (tooltype DRAGGING=NO), otherwise any attempt to allocate a dbufinfo will
  301.   fail. Requires at least cgxsystem.library 41.16
  302. - added real vblank int support for PicassoIV (needs at least p4resource v2)
  303. - bootlogo should show up now if enabled for Spectrum/PicassoII(+)/Piccolo
  304.   cards
  305. - PASSTHROUGH tooltype now works for Spectrum/PicassoII(+)/Piccolo cards
  306. - hopefully fixed remaining masking problems for template blits in 8bit
  307.   modes with PicassoII(+)/Spectrum/Piccolo cards (e.g. FinalWriter toolbar
  308.   was displayed wrong in 2-128 colours)
  309.  
  310. Cirrus 2.4 (r69 archive)
  311.  
  312. - init code now correctly initializes the DrvrName field in the GraphDev
  313.   structure
  314. - vga switch did not switch into passthrough mode when control was given
  315.   over to another graphics card installed into the system. Now fixed.
  316. - disabled DPMS functionality for PicassoII,Spectrum,Piccolo Z2/Z3 because
  317.   this cards don't support DPMS really.
  318. - fixed 24bit modes software cursor invisible bug when screen dragging was
  319.   disabled
  320. - 24bit modes for Cirrus GD5446 cards work now. It seems that the 32bit
  321.   Mac alike modes don't work due to a Cirrus hardware bug.
  322. - The CGXMode hidden mode flag is now supported by the driver
  323. - added 2 new driver calls
  324. - fixed a problem in the dragging code
  325. - added DRAGGING=(YES|NO) tooltype
  326. - the display is blanked now if a new view is loaded
  327. - added PicassoIV support
  328.  
  329. ADDITIONAL NOTE: Beginning with the PicassoII driver in release 68 people
  330.  reported strange problems. Some people had distorted fonts in 16bit, some
  331.  only had 2/3 of the screen displayed horizontally and some missed complete
  332.  menu strips. Actually only a few people reported that, so we assume that
  333.  it only happens with certain PicassoII cards. As we don't know how to fix
  334.  that problem (it works fine with the PicassoII we have) we need your help.
  335.  If you experience such problems, please mail some more detailed information
  336.  (PicassoII board revision, chip id revision, os version, resolution used
  337.   etc.) to cybergfx.bugs@vgr.com so that the problem can hopefully be fixed
  338.  in a forthcoming release.
  339.  
  340.  
  341. Symbios Logic drivers
  342. =====================
  343.  
  344. RetinaZ3 2.5 (r70a archive)
  345.  
  346. - The driver added an additional, faulty screenmode to the mode list in some
  347.   weird cases. Now fixed
  348. - Fixed an illegal memory access in the acceleration code for template blits
  349.  
  350. RetinaZ3 2.4 (r69f archive)
  351.  
  352. - modified MOVE16 bitmap swap in/out code to workaround a bug in certain
  353.   040 accelerator cards.
  354. - fixed a potential race condition when an interrupt occured, the int handler
  355.   was already installed but the hardware was not initialized completely.
  356. - (YES|NO) is also accepted for the BOOTLOGO tooltype now instead of (1|0)
  357.  
  358. RetinaZ3 2.3 (r69e archive)
  359.  
  360. - added os3 style doublebuffer support. Only works with dragging disabled
  361.   (tooltype DRAGGING=NO), otherwise any attempt to allocate a dbufinfo will
  362.   fail. Requires at least cgxsystem.library 41.16
  363. - inverse video mode texts were not displayed inverse in all cases. Fixed.
  364. - modes now support the hidden flag
  365.  
  366. RetinaZ3 2.2 (r69d archive)
  367.  
  368. - fixed some modulo problems for non visible display bitmaps when
  369.   the DRAGGING option was disabled
  370. - fixed a bug in the 8bit complement solid fill code
  371.  
  372. RetinaZ3 2.1 (r69c archive)
  373.  
  374. - initial release
  375.  
  376.  
  377. AA driver
  378. =========
  379.  
  380. CGXAGA 2.3 (r70a)
  381.  
  382. - driver now properly checks for a CS PPC/Blizzard PPC card
  383.  
  384. CGXAGA 2.2 (r70/PPC-CD archive)
  385.  
  386. - initial release
  387.  
  388.  
  389. CGXMode
  390. =======
  391.  
  392. Changes for 2.7 (r70a archive)
  393.  
  394. - fixed an enforcer hit when CGXMode was started from Workbench and no gfxcard
  395.   driver was available at all (e.g. started with CGXAGA driver installed only)
  396.  
  397. Changes for 2.6 (r69f archive)
  398.  
  399. - board list now shows all available cards
  400. - bumped catalog version to 8, old catalogs need to be updated
  401. - save does not quit anymore, there is an extra quit button now
  402. - CGXMode now properly opens the testmode screen when no gfxcard was specified
  403.   at startup in the shell command line (only fixed for wb start in 2.5 but not 
  404.   for shell start)
  405.  
  406. Changes for 2.5 (r69d archive)
  407.  
  408. - CGXMode now properly opens the testmode screen when no gfxcard was specified
  409.   at startup
  410.  
  411. Changes for 2.4 (r69 archive)
  412.  
  413. - The program uses cgxsystem.library's driver database interface now to
  414.   check for the availability of a specified graphics card.
  415. - CGXMode uses the first graphics card installed now as default instead of
  416.   CyberVision64
  417. - recompiled with SAS/C 6.58
  418. - if the changes require a reboot, the program tells you to reboot manually
  419.   now instead of doing a reboot automatically after 4 seconds 
  420. - added 85khz monitor default resolutions to menu
  421. - default resolutions are not hidden by default anymore
  422. - bumped catalog version to 7, old catalogs need to be updated
  423. - modified test mode mechanism. Does not rely on file notification anymore but
  424.   uses a direct driver interface now. Requires the latest monitor drivers and
  425.   cgxsystem.library to be installed
  426. - added PicassoIV graphics card to list of supported cards.
  427.  
  428. Changes for 2.3 (r66 archive)
  429.  
  430. - added Inferno graphics card for DKB Wildfire to list of supported cards.
  431.  
  432. Changes for 2.1 (r55 archive)
  433.  
  434. - added cgxmode.ct and cgxmode.cd to distribution for people who want to do their
  435.   own locale translations
  436. - the "modes are gone after reboot problem" is hopefully gone now
  437. - the hidden status of modes is now displayed in the info box in the main window
  438. - default name for PicassoII card is now "PicassoII" instead of "Picasso"
  439. - changed test image design on test screen
  440.  
  441.  
  442. Tools
  443. =====
  444.  
  445. Changes for showcgxconfig 41.0
  446.  
  447. - Initial release. Tool to list all available graphics devices installed.
  448.   Needs at least cgxsystem.library 41.8
  449.